Improve wording. String change! (#355128, David Lodge)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 Sep 2006 05:01:32 +0000 (05:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 10 Sep 2006 05:01:32 +0000 (05:01 +0000)
2006-09-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/updateiconcache.c: Improve wording. String change! (#355128,
David Lodge)

ChangeLog
gtk/updateiconcache.c

index 565dd212eae03b673333637700781a39639dae46..c4030ba3feda2c66a2618491da5877d90286cc12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/updateiconcache.c: Improve wording. String change! (#355128,
+       David Lodge)
+
        * gtk/paper_names_offsets.c: Fix a typo. String change! (#355134,
        David Lodge)
 
index dac18a225d9e0611579732edf354c77f8fd7ae42..da3071ccb0c58c3f014263a44714faca81977338 100644 (file)
@@ -1279,7 +1279,7 @@ write_csource (const gchar *path)
 }
 
 static GOptionEntry args[] = {
-  { "force", 'f', 0, G_OPTION_ARG_NONE, &force_update, N_("Overwrite an existing cache, even if uptodate"), NULL },
+  { "force", 'f', 0, G_OPTION_ARG_NONE, &force_update, N_("Overwrite an existing cache, even if up to date"), NULL },
   { "ignore-theme-index", 't', 0, G_OPTION_ARG_NONE, &ignore_theme_index, N_("Don't check for the existence of index.theme"), NULL },
   { "index-only", 'i', 0, G_OPTION_ARG_NONE, &index_only, N_("Don't include image data in the cache"), NULL },
   { "source", 'c', 0, G_OPTION_ARG_STRING, &var_name, N_("Output a C header file"), "NAME" },